home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineSprite_937_gateDoor / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  248 b   |  12 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    var _loc1_ = _root;
  5.    if(_loc1_.game.clip.gateDoor.hitTest(_loc1_.game.clip.char))
  6.    {
  7.       this.onEnterFrame = null;
  8.       _loc1_.game.doorclose = false;
  9.       this.gotoAndStop(3);
  10.    }
  11. };
  12.